CellProtectType Enumeration
Represents how a cell is protected.
Namespace: Independentsoft.Office.Odf.StylesAssembly: Independentsoft.Office (in Independentsoft.Office.dll) Version: 3.0.460.1+37fe42d8e65847775742df0a70fdb403ab6fa65f
public enum CellProtectType
Public Enumeration CellProtectType
| HiddenAndProtected | 0 |
Cell content is not displayed and cannot be edited. If content is a formula, the formula result is not displayed.
|
| Protected | 1 |
Cell content can not be edited.
|
| FormulaHidden | 2 |
If cell content is a formula, it is not displayed. It can be replaced by changing the cell content.
|
| FormulaHiddenAndProtected | 3 |
If cell content is a formula, it is not displayed. The formula result is not displayed.
|
| None | 4 |
None.
|